public override void HealthCheck() { using (RootUserEnabler rootUserEnabler = new RootUserEnabler(this)) { rootUserEnabler.Enable(); ValidationHelper.CheckAmlApplicability(this); } }