public ServerInfoSaver(MonitorDbContext ctx)
 {
     _ctx = ctx;
 }
 public ServerInfoQueries(MonitorDbContext ctx)
 {
     _ctx = ctx;
 }