pub fn parse_essence_file( path: &str, filename: &str, extension: &str, context: Arc<RwLock<Context<'static>>>, ) -> Result<Model, EssenceParseError>