public async Task <Wallet> GetWalletByIdAsync(string id) { return(await _walletProvider.GetByIdAsync(id)); }