namespace AutomobilePlantContracts.DI { public interface IBusinessLogicExtension { public int Priority { get; } public void RegisterServices(); } }