module Faker::PhoneNumberSE

def mobile_phone_number_format

def mobile_phone_number_format
  MOBILE_PHONE_FORMAT.rand % mobile_prefix
end