public Task <PlotterInfo> GetPlotterByIdAsync(long id)
 => GetAsync <PlotterInfo>(ServerRoutes.GetPlotterById(id));