class Lutaml::Model::MappingHash

def respond_to_missing?(method_name, include_private = false)

def respond_to_missing?(method_name, include_private = false)
  key_present = key?(method_name) || key?(method_name.to_s)
  return true if key_present
  super
end