public Task <PlotterInfo> GetPlotterByNameAsync(string name)
 => GetAsync <PlotterInfo>(ServerRoutes.GetPlotterByName(name));