using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Tango.Integration.ExternalBridge { public class ExternalBridgeSignalRConfiguration { public bool Enabled { get; set; } public String Address { get; set; } public String Hub { get; set; } } }