public string CreateBusinessObject(string busObName, string objectXml)
        {
            var text = _cherwellService.CreateBusinessObject(busObName, objectXml);

            if (!string.IsNullOrEmpty(text))
            {
                return(text);
            }
            return(GetLastError());
        }