public SystemConfiguration()
 {
     HomeGenie = new HomeGenieConfiguration();
     HomeGenie.SystemName = "HAL";
     HomeGenie.Location = "";
     HomeGenie.EnableLogFile = "false";
     MigService = new MigServiceConfiguration();
 }
 public SystemConfiguration_1_0()
 {
     HomeGenie = new HomeGenieConfiguration_1_0();
     MIGService = new MigServiceConfiguration();
     //
     HomeGenie.SystemName = "HAL";
     HomeGenie.Location = "";
     HomeGenie.ServiceHost = "+";
     HomeGenie.ServicePort = 80;
     HomeGenie.UserLogin = "******";
     HomeGenie.UserPassword = "";
     HomeGenie.EnableLogFile = "false";
 }
 public MigService()
 {
     Interfaces = new List<MigInterface>();
     Gateways = new List<IMigGateway>();
     configuration = new MigServiceConfiguration();
     dynamicApi = new DynamicApi();
 }