public IManagerForApplication(UserId userId, ApplicationLaunchProperty applicationLaunchProperty)
 {
     _userId = userId;
     _applicationLaunchProperty = applicationLaunchProperty;
 }