class RailsBand::ActiveSupport::Event::CacheDecrement

def amount

def amount
  @amount ||= @event.payload.fetch(:amount)
end