Lets have already existing implementation of following factory:
interface ISomethingFactory { ISomething Create(); }
Ca