public async void Execute()
 {
     await _projectTask.SecureAwait(x => x.ExportCurrentProjectToSnapshot());
 }