public Task <List <Miner> > ListMinersByIdAsync(long id)
 => GetAsync <List <Miner> >(ServerRoutes.ListMinersById(ApiUrl, id));