public AdamAppContext(ITenant tenant, App app, SxcInstance sxcInstance, Log parentLog) : base("Adm.ApCntx", parentLog, "starting") { Tenant = tenant; _app = app; AppRuntime = new AppRuntime(app, null); SxcInstance = sxcInstance; EnvironmentFs = Factory.Resolve <IEnvironmentFileSystem>(); }