namespace NetDaemonInterface; public interface IAreaCollection { IAreaControl GetArea(AreaControlEnum area); }