public DepositDto GetDepositByProcessorTransferId(string key) { return(_mapper.Map <DepositDto>(_depositRepository.GetDepositByProcessorTransferId(key))); }