How can I solve the following problem.
Scenario: I have a class B that inherits from class A and implements interface I.
Problem: The interface I forces the implementation of method X which in turn is implemented in class A, not in B.
Visual Studio does not recognize this implementation by the parent, what should I do?