public SampleService(
     StatefulServiceContext context,
     ILogger logger,
     TelemetryClient telemetryClient,
     CMP.ServiceFabricReceiver.Stateful.ReceiverOptions options,
     Action <string, object[]> serviceEventSource,
     EventHandlerCreator handleEvents,
     Func <CancellationToken, Task> @switch)
     : base(context, logger, telemetryClient, options, serviceEventSource, handleEvents, @switch)
 {
 }