public bool PerformTimeStep() { performStepWatch.Start(); mohidLandEngine.PerformTimeStep(); performStepWatch.Stop(); return(true); }