private Task OnValueChanged(string value) { // Assign the selected value to the Model comment.Country = value; return Task.CompletedTask; }