private async Task <bool> IsAllowedToCashInViaBankCardAsync(string value, CancellationToken cancellationToken) { return((await _assetsService.ClientIsAllowedToCashInViaBankCardAsync(_clientId, false, cancellationToken)).Value); }