public CollectionsWithPolymorphicMember[] ReverseCollectionsWithPolymorphicMemberArray(CollectionsWithPolymorphicMember[] param_CollectionsWithPolymorphicMember)
 {
     if (param_CollectionsWithPolymorphicMember == null)
     {
         return null;
     }
     return param_CollectionsWithPolymorphicMember.Reverse().ToArray();
 }
 public CollectionsWithPolymorphicMember EchoCollectionsWithPolymorphicMember(CollectionsWithPolymorphicMember param_CollectionsWithPolymorphicMember)
 {
     return param_CollectionsWithPolymorphicMember;
 }
 public CollectionsWithPolymorphicMember EchoCollectionsWithPolymorphicMember(CollectionsWithPolymorphicMember param_CollectionsWithPolymorphicMember)
 {
     return(param_CollectionsWithPolymorphicMember);
 }