Sorry!, just really taken the dive recently to devote myself to vs08..
I've had an implementation recently where it would be nice for every implementation of given interface to have a standard method attached to it..
Extension methods to the rescue!
(awaits people telling me im doing something wrong and need an abstract base class instead

)..
(and yes I'm aware extension methods should be carefully considered!)..