public async Task <IEnumerable <Wallet> > GetWalletsAsync() { return(await _walletProvider.GetAllAsync()); }