/// <param name='operations'> /// The operations group for this extension method. /// </param> public static Card GetRandom(this ICards operations) { return operations.GetRandomAsync().GetAwaiter().GetResult(); }