namespace Infrastructure.Sms { public interface ISmsSender { void Send(string phoneNumber, out string code); } }