protected bool Equals(FakeEvent other)
 {
     return(StreamId.Equals(other.StreamId) && Message == other.Message);
 }