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