public void GetWrapupcodemappingsTest()
        {
            // TODO: add unit test for the method 'GetWrapupcodemappings'
            var response = instance.GetWrapupcodemappings();

            Assert.IsInstanceOf <WrapUpCodeMapping> (response, "response is WrapUpCodeMapping");
        }