namespace StockDBEF { public interface IGreetingService { void Run(); } }