Hi, For some time now, I'm a dedicated user of Interfaces in my code. I really like to develop using Interfaces because it offers a loosely coupled integration between my components. However, I find them having one minor drawback, that is, they don't support initialization as constructors do for classes...