public void Apply_Null_Source_DoesNotThrow()
        {
            BaseScope sut = null;

            sut.Apply(null);
        }