Code class Program { public static void CallbackHandler(IAsyncResult result) { using (SqlCommand cmd = result.AsyncState as SqlCommand) { using (SqlDataReader reader = cmd.EndExecuteReader(result)) { lock (Console.Out) { Console.WriteLine("Price of the The Most Expensive Products:");