public int ComputeSomething()
 {
     return(42 * dependency.ComputeAndReturnValue());
 }