public Task <List <PlotterInfo> > ListPlottersByOwnerNameAsync(string name)
 => GetAsync <List <PlotterInfo> >(ServerRoutes.ListPlottersByOwnerName(name));