public void XSRC_XsrcGlobal_Name()
        {
            // ARRANGE
            // Use Test Helpers

            // ACT
            IXsrcGlobal entity = TestXsrcGlobal();

            // ASSERT
            entity.GlobalEntity.Should().BeEquivalentTo(TestXsrcEntity());
        }
        public void XSRC_XsrcGlobal_Exists()
        {
            // ARRANGE
            // Use Test Helpers

            // ACT
            IXsrcGlobal entity = TestXsrcGlobal();

            // ASSERT
            entity.Should().NotBeNull();
        }