public void Should_Support_Getting_StreamId_As_String( [Frozen] string id, StreamId sut) => StreamId .FromStreamId(sut) .Should() .Be(id);