public CronusContext(string xmlPath) : base(DatabaseClient.GetSqlServerConnectionString(xmlPath)) { Configuration.ProxyCreationEnabled = false; }