public void GetFromEmailAddress()
 {
     Assert.Equal("*****@*****.**", EmailNotifier.GetFromAddress().ToString());
 }