private static T CreateFake <T>(IEnumerable <object> argumentsForConstructor)
 {
     return((T)Fake.CreateFactory().CreateFake(typeof(T), argumentsForConstructor, false));
 }