Why is it no possible to declare / implement an Extension-Method in a class which isn´t static?
I know that an Extension-Method is for non-instantiable types useless. But why not implement it in a instantiable class? What is the reason for this? Is it a technical issue or just to find the methods faster or to force better software design?