namespace WeatherForecast.Services { /// /// /// public interface IUserService { } /// /// /// public class UserService : IUserService { } }