public Task <Wallet> GetWalletByOwnerIdAsync(long userId)
 => GetAsync <Wallet>(ServerRoutes.GetWalletByOwnerId(userId));