namespace WeatherForecast.Services { public interface IContentService { } public class ContentService : IContentService { } }