class RailsBand::DeprecationSubscriber

def deprecation(event)

def deprecation(event)
  consumer&.call(DeprecationEvent.new(event))
end