public SvcMapFile(SvcMapFileImpl impl)
        {
            Debug.Assert(impl != null, "impl is null!");

            _impl = impl;
        }
        public SvcMapFile(SvcMapFileImpl impl)
        {
            Debug.Assert(impl != null, "impl is null!");

            _impl = impl;
        }
 public SvcMapFile()
 {
     _impl = new SvcMapFileImpl();
 }
 public SvcMapFile()
 {
     _impl = new SvcMapFileImpl();
 }