public void Tasks_Tests()
 {
     try
     {
         TasksDocumentResponse tasksDocumentResponse = tasksService.GetProjectDocument("sample-mpp.mpp", Utils.CloudStorage_Input_Folder);
         tasksService.GetProjectDocumentWithFormat("sample-mpp.mpp", TasksFileFormat.Jpeg, Utils.CloudStorage_Input_Folder, Utils.Local_Output_Path + "\\mpp-out.jpg");
     }
     catch (Exception ex)
     {
         Assert.Fail(ex.Message);
     }
 }