public T PlayTo(Guid subjectId, DateTime timestamp) { var events = _stream.Fetch <T>(subjectId, timestamp); return(Play(events)); }