For UnconfiguredProject
scoped MEF parts:
[Import(ExportContractNames.Scopes.UnconfiguredProject)]
IProjectAsynchronousTasksService AsyncTasksService { get; set; }
For ConfiguredProject
scoped MEF parts:
[Import(ExportContractNames.Scopes.ConfiguredProject)]
IProjectAsynchronousTasksService AsyncTasksService { get; set; }
AsyncTasksService