I\'m trying to create classes to encapsulate validation and logic for objects like Email , URL , phone number and so on . in the first try I found that I\'m repeating the sa
you can try making IsValid an extension method.
IsValid