namespace DanieleMarotta.RiversongCodeShowcase { public interface IServiceProvider { void RegisterServices(IServiceLocator serviceLocator); } }