public bool VerifyCurrencyUnique(Int64 ixCurrency, string sCurrency) => _currenciesRepository.VerifyCurrencyUnique(ixCurrency, sCurrency);