public void InjectHere(TestDep dep)
 {
     fromMethod = dep;
 }
 public Test(TestDep dep)
 {
     this.dep = dep;
 }