error occurs when download market data from bitmex
I tried to download all market data from bitmex,and got the exception.
S#.Data (Hydra) 5/20/2020 10:34:05 AM +08:00 Error System.MissingMethodException: Method not found: 'System.String StockSharp.Algo.Storages.LocalMarketDataDrive.GetFileName(StockSharp.Messages.DataType, System.Nullable1<StockSharp.Algo.Storages.StorageFormats>, Boolean)'. at StockSharp.Hydra.Core.HydraStorage.HydraSecurityStorage.ToString(DataType dataType) at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext()
at System.Linq.Buffer1..ctor(IEnumerable1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source) at Ecng.Common.StringHelper.JoinComma(IEnumerable1 parts)
at StockSharp.Hydra.Core.HydraStorage.HydraSecurityStorage.Serialize(HydraTaskSecurity security)
at StockSharp.Hydra.Core.HydraStorage.HydraSecurityStorage.Update(IEnumerable1 securities) at Ecng.Serialization.DelayAction.BatchFlushAndClear(IGroup group, ICollection1 actions)