module Lutaml::Model::Serialize

def key_value(hash, key)

def key_value(hash, key)
  hash[key] || hash[key.to_sym] || hash[key.to_s]
end