public void GetFilter1() { _actorContext .Invoking(context => context.GetFilter <TestComponent1>()).Should().NotThrow() .Which.Should().NotBeNull(); }