using System.Collections.Generic; namespace AntCity.CityBuilder.DataModel.Model { //----------------------------------------------------------------------- public class MqttProxy : Application { public IEnumerable TopicPublished { get; set; } } }