public static async get(projectId: string): Promise<Project> {
        return new Project(await ProjectAPI.getUnprocessed(projectId));
    }