public void GetValidCustomerListByCustomerIDTest()
 {
     CustomerMgtService target = new CustomerMgtService(); // TODO: Initialize to an appropriate value
     string customerID = "*****@*****.**"; // TODO: Initialize to an appropriate value
     List<CustomerInfo> actual;
     actual = target.GetValidCustomerListByCustomerID(customerID);
 }