public void IncreasePay() { Stopwatch sw = new Stopwatch(); sw.Start(); _wrapped.IncreasePay(); sw.Stop(); Console.WriteLine(sw.Elapsed); }