namespace CinemaDirector.Helpers { internal interface IBakeable { void Bake(); } }