module ActiveStorage::Blob::Identifiable

def identify

def identify
  unless identified?
    update! content_type: identify_content_type, identified: true
    update_service_metadata
  end
end