public async static void CreateNew()
{
Project project = await Project.CreateAsync();
await project.SaveAsAsync(@"e:/fz/my.aprx");
}