I have 2 classes that implements a particular interface. I would like to implement a method that would be shared by the 2 classes. Can I add that method implementation to the interface class and then make a call to that method from the 2 classes. I have 2 classes that implements a particular i