private bool EnableAuthBypass() { return(_authHelper.GetType().FullName == typeof(LocalDevelopmentAuthorizationHelper).FullName); }