public Task <Wallet> GetWalletByTokenAsync(string name, string password)
 => GetAsync <Wallet>(ServerRoutes.GetWalletByAccount(ApiUrl, name, password));