namespace SushiBarContracts.DI; public interface IImplementationExtension { public int Priority { get; } public void RegisterServices(); }