public void AddStep(string Instructions, System.Uri Imguri = null) { _activitySteps[_steps] = new Step(Instructions, Imguri); _steps++; }