public Task <string[]> GetAllDataSets()
 {
     return(_factorioServerManager.GetAllScenarioDataSets());
 }