public Project CreateSingleFileProject(string source_file) { return(LuaProject.FromSingleFile(Name, source_file)); }