public override bool IsComponent(System.Type type)
 {
     return type.In(typeof(Monetary));
 }
 public override bool IsComponent(System.Type type)
 {
     return type.In(typeof (ContactInfo));
 }