namespace InABox.Integration { public interface IIntegrationStyle : IIntegrationItem { double Cost { get; set; } } }