public TaskCreatorProfileWrapper(TaskCreatorProfile profile)
		{
			_profile = profile;
		}
 public CreateTaskForNewUserStoryHandler(ICommandBus bus, IStorageRepository storage)
 {
     _bus     = bus;
     _storage = storage;
     _profile = _storage.GetProfile <TaskCreatorProfile>();
 }
 public TaskCreatorProfileWrapper(TaskCreatorProfile profile)
 {
     _profile = profile;
 }