/// <summary>
 /// Invokes the 'TestPredefined' method of the specified <see cref="MixedType"/> entity.
 /// </summary>
 /// <param name="entity">The <see cref="MixedType"/> entity instance.</param>
 /// <param name="s">The value for the 's' parameter for this action.</param>
 /// <param name="d">The value for the 'd' parameter for this action.</param>
 /// <param name="dt">The value for the 'dt' parameter for this action.</param>
 /// <param name="ts">The value for the 'ts' parameter for this action.</param>
 /// <param name="strings">The value for the 'strings' parameter for this action.</param>
 /// <param name="uri">The value for the 'uri' parameter for this action.</param>
 /// <param name="g">The value for the 'g' parameter for this action.</param>
 /// <param name="b">The value for the 'b' parameter for this action.</param>
 /// <param name="bArray">The value for the 'bArray' parameter for this action.</param>
 /// <param name="en">The value for the 'en' parameter for this action.</param>
 /// <param name="dictionary">The value for the 'dictionary' parameter for this action.</param>
 /// <param name="dto">The value for the 'dto' parameter for this action.</param>
 public void TestPredefined(MixedType entity, string s, decimal d, DateTime dt, TimeSpan ts, IEnumerable<string> strings, Uri uri, Guid g, byte[] b, byte[] bArray, TestEnum en, Dictionary<string, string> dictionary, DateTimeOffset dto)
 {
     entity.TestPredefined(s, d, dt, ts, strings, uri, g, b, bArray, en, dictionary, dto);
 }