using EnertechWebAPI.Responses; namespace EnertechWebAPI.Interfaces { public interface IHouseService { Task GetHouse(); } }