namespace Presenter { public interface IRoseSpawner { void SpawnRose(); void SpawnInitialRose(); } }