static void Main(string[] args)
 {
     SendOutVoice mine = new SendOutVoice();
     mine.StartSending();
 }