class RailsBand::ActionMailer::Event::Deliver

def to

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