I was wondering if it is possible to add multiple generic constraints?
I have an Add method that takes an Object (Either Email, Phone or Address), so i was thinking
where T : C1, C2, C3. Comma separated for constraints. Try using Base class or interfaces.