/// <summary>
 /// Creates a new <see cref="ReplayDynamicMockState"/> instance.
 /// </summary>
 /// <param name="previousState">The previous state for this method</param>
 public ReplayDynamicMockState(RecordDynamicMockState previousState)
     : base(previousState)
 {
 }
 /// <summary>
 /// Creates a new <see cref="ReplayDynamicMockState"/> instance.
 /// </summary>
 /// <param name="previousState">The previous state for this method</param>
 public ReplayDynamicMockState(RecordDynamicMockState previousState) : base(previousState)
 {
 }