using IntegrationGateway.Core.Models; namespace IntegrationGateway.Core.Abstractions; public interface IHasOwnDeviceTree : IIntegrationAdapter { Task> GetObjectTreeAsync(); }