public static PatHostBuilder UseAzureServiceBus(this PatHostBuilder host)
 {
     throw new NotImplementedException();
 }
 public static PatHostBuilder ConfigureAppConfiguration(this PatHostBuilder host, Action <PatHostBuilderContext, IConfigurationBuilder> configureDelegate)
 {
     throw new NotImplementedException();
 }
 public static PatHostBuilder ConfigureLogging(this PatHostBuilder host, Action <PatHostBuilderContext, ILoggingBuilder> configureLogging)
 {
     throw new NotImplementedException();
 }