I often use WCF Test Client. Unfortunately this tool does not order alphabetically nor in "order of appearance" (order in which operations are declared in service contract class). This make it quite difficult to find specific operation if there are many.
Is there any way to force WCF Test Client, to order the operations alphabetically? Where the default ordering comes from?