public static void Init()
 {
     SanityChecker.RegisterCheck <NotNegativeAttribute>(new NotNegativeCheck());
 }
 public static void Init()
 {
     SanityChecker.RegisterCheck <LessThanAttribute>(new LessThanCheck());
 }