namespace BotSharp.Plugin.Twilio.OutboundPhoneCallHandler.Enums { public class UtilityName { public const string OutboundPhoneCall = "twilio-phone-call"; } }