private static float CallDep2() { Dependency1.DoSomething(2); return(7); }
internal static void DoSomething(Dependency1 dep) { }