using WIDESEA_DTO; namespace WIDESEA_IStorageBasicService; public interface ILocationInfoService : IService { Task initializeLocation(int locationID); WebResponseContent CreateLocation(); }