public Bot GetBot()
 {
     return(Bots.FindOne(b => b.Id == 1));
 }