public static void LoadProjectStructure(int projectId, Action <ProjectStructure> onFinish) { _loader.LoadProjectStructure(projectId, onFinish); }