namespace MP_IO.Interfaces { public interface IHomeService { /// /// GET: Home /// string Index(); } }