protected override LayerDocument GetLayerDocumentCore()
        {
            string path = ConfigurationUtils.GetConfigFilePath(_templateLayer);

            return(LayerUtils.CreateLayerDocument(path));
        }