public Task <AnotherSagaWithoutCorrelationPropertyData> FindBy(AnotherSagaWithoutCorrelationPropertyStartingMessage message, SynchronizedStorageSession storageSession, ReadOnlyContextBag context)
 {
     return(Task.FromResult(default(AnotherSagaWithoutCorrelationPropertyData)));
 }
 public Task Handle(AnotherSagaWithoutCorrelationPropertyStartingMessage message, IMessageHandlerContext context)
 {
     throw new NotImplementedException();
 }