namespace InABox.Integration { public interface IIntegrationStage { string Title { get; set; } } }