class RailsBand::ActiveStorage::Event::ServiceDelete

def key

def key
  return @key if defined? @key
  @key = @event.payload[:key]
end