public NovatarsTutorialController(
     ITutorialsCollectionModel collectionModel,
     IFeatureToggleCollectionModel featureToggleCollectionModel,
     IDebugNovatarSpawner spawningOrchestrator)
 {
     _featureToggleCollectionModel = featureToggleCollectionModel;
     _spawningOrchestrator         = spawningOrchestrator;
     _model         = collectionModel[Id];
     _previousModel = collectionModel[PreviousId];
 }
 public SpawnerCheatController(IDebugNovatarSpawner novatarSpawner)
 {
     _novatarSpawner = novatarSpawner;
 }