using System.Collections.Generic; namespace InABox.Integration { public interface IIntegrationProject { string Title { get; set; } } }