package smscontract type SmsAdapter interface { Send(phoneNumber string, message string) }