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