lets say you have an interface IInterface which is implemented by 100 classes.
Now u wana add a method to the interface but not all of the implemented classes need to add the method.

Create another interface lets say
ISubInterface implements IInterface

Now use any one depending on your requirement.

There is no other way to fix ur problem