public ActionResult <IList <string> > GetAllWorlds()
 {
     return(ReturnBasedServiceLayer(_worldService.GetAllWorldsNames()));
 }