public void InitCosXmlServer(CosXml cosXml)
        {
            cosXmlServer = cosXml;

            if (this.region == null)
            {
                this.region = cosXml.GetConfig().Region;
            }
        }