public static IEventFlowOptions AddAspNetCoreMetadataProviders(
     this IEventFlowOptions eventFlowOptions)
 {
     return(eventFlowOptions.AddAspNetCore());
 }