public Task <List <MinerInfo> > ListMinersByOwnerIdAsync(long id) => GetAsync <List <MinerInfo> >(ServerRoutes.ListMinersByOwnerId(id));