... this is how I'd assign work, from time to time (pre-production code only, of course).

int System.Collections.IComparer.Compare(object x, object y)
{
    throw new NotImplementedException(@
        "Congratulations, you've found the missing code! 
        Your new, additional quarterly goal is to implement this method!");
}