public RunningState(StopWatch stopWatch) { this.StopWatch = stopWatch; }
public StoppedState(StopWatch stopwatch) { this.StopWatch = stopwatch; }