/// <summary>
 /// Disables Hercules telemetry altogether.
 /// </summary>
 public static IVostokHostingEnvironmentBuilder DisableHercules([NotNull] this IVostokHostingEnvironmentBuilder builder) =>
 builder.SetupHerculesSink(sink => sink.Disable());