You are building a client to consume a WCF Service named TestService, and many of the methods have return types that are generic list collections. You are expecting List<Type> return types for the calls, but the proxy class has implemented each as an array. You want this type implemented specifically as the List<Type>. What should you do? (Choose all that apply)