diff --git a/CryptoExchange.Net/RestClient.cs b/CryptoExchange.Net/RestClient.cs index 8400b2f..47c6f6f 100644 --- a/CryptoExchange.Net/RestClient.cs +++ b/CryptoExchange.Net/RestClient.cs @@ -19,7 +19,7 @@ using Newtonsoft.Json.Linq; namespace CryptoExchange.Net { - public abstract class RestClient: BaseClient + public abstract class RestClient: BaseClient, IRestClient { /// /// The factory for creating requests. Used for unit testing