public void GetValidCustomerByCustomerIDTest()
 {
     CustomerMgtService target = new CustomerMgtService(); // TODO: Initialize to an appropriate value
     string customerID = "*****@*****.**"; // TODO: Initialize to an appropriate value
     CustomerInfo actual;
     actual = target.GetValidCustomerByCustomerID(customerID);
 }