public void Clear() { _actorContext.Add(_actor); _actorContext.Clear(); _actorContext.Should().NotContain(_actor); }