public CryptoAPIServiceMoq(ICryptoAPIService _cryptoAPIService)
 {
     this._cryptoAPIService = _cryptoAPIService;
 }
 public CryptoController(ICryptoAPIService _cryptoAPIService)
 {
     this._cryptoAPIService = _cryptoAPIService;
 }