DetectionConfigurationAvailabilityChangeKind IDetectionConfigurationAvailabilityChangedEventArgsResolver.Kind(DetectionConfigurationAvailabilityChangedEventArgs e) => e.Kind;
 /// <summary>
 /// Gets the permission levels granted by a user to the ActivationSignalDetector.
 /// </summary>
 /// <param name="e">The requested <see cref="DetectionConfigurationAvailabilityChangedEventArgs"/>.</param>
 /// <returns>The permission levels granted by a user to the ActivationSignalDetector.</returns>
 public static DetectionConfigurationAvailabilityChangeKind Kind(this DetectionConfigurationAvailabilityChangedEventArgs e) => Resolver.Kind(e);