public Task <Wallet> GetWalletByOwnerNameAsync(string name) => GetAsync <Wallet>(ServerRoutes.GetWalletByOwnerName(name));