Say you used an interface where you should have used a base class and now you need to extend it. Say further that you can't think of a good name for the extension. What to do? Brad Abram's Most Excellent Coding Guidelines to the rescue.
Summary: For IFoo the extension is IFooExtension2.