// This file is used for backwards compatibility with tests after the synchronous Service Management operations were moved off of the interface to a separate class.
        // New tests should use the full ServiceManagementClient when possible

        #region Affinity Groups

        public static void CreateAffinityGroup(this IServiceManagement proxy, string subscriptionId, CreateAffinityGroupInput input)
        {
            proxy.EndCreateAffinityGroup(proxy.BeginCreateAffinityGroup(subscriptionId, input, null, null));
        }