using EnertechWebAPI.Responses; namespace EnertechWebAPI.Interfaces { public interface ICommunityService { Task GetCommunity(); } }