public OrleansCommunicationListenerTests()
 {
     serviceContext = new MockServiceContext(
         this.nodeContext,
         this.activationContext,
         "ChocolateMunchingService",
         new Uri("fabric:/Cocoa/ChocolateMunchingService"),
         new byte[0],
         Guid.NewGuid(),
         9823);
 }
 public OrleansCommunicationListenerTests()
 {
     serviceContext = new MockServiceContext(
         this.nodeContext,
         this.activationContext,
         "ChocolateMunchingService",
         new Uri("fabric:/Cocoa/ChocolateMunchingService"),
         new byte[0],
         Guid.NewGuid(),
         9823);
 }