Is it possible to 'inject' code into a class (by referencing a namespace containing extension methods) and thereby simulating base class implementation for some interface? Or is this considered bad practice (even if it is not possible)?Is it possible to 'inject' code into a class (b