A quick WriteResult request

Hi,

I’m integrating the EventStore with Akka.net. The way this works with Tasks, is it allows you to bring the result of any task back in to the actor that originally started the task. If I try to write to a stream, I want to be able to notify
the calling actor that the write has completed successfully. Would it be possible to add the stream that was written to to the WriteResult structure. There doesn’t seem to be a way of getting this, through the expected version or position properties. I’m happy
to do this, if it would be something you would consider including.

Cheers

Sean.