public void should_contain_two_items()
 {
     Assert.AreEqual(2, KeyGenerator.FindAllSeperatorsInTemplate(KeyGenerator.licenseKeyTemplate).Count);
 }
 public void should_not_be_null()
 {
     Assert.IsNotNull(KeyGenerator.FindAllSeperatorsInTemplate(KeyGenerator.licenseKeyTemplate));
 }