public Task <string> GetPoolWalletAddressAsync(string token) => GetAsync <string>(ServerRoutes.GetPoolWalletAddress(), AuthenticationScheme, token);