public void AddTest()
 {
     BillingProviderCollection target = new BillingProviderCollection(); // TODO: Initialize to an appropriate value
     ProviderBase provider = null; // TODO: Initialize to an appropriate value
     target.Add(provider);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }