/// <summary> /// Get all the chatbots /// </summary> /// <returns></returns> public Robot[] Get() { return(_robotService.GetRobots()); }