private string FieldsConflictMessage(Conflict conflict) { return($"Fields \"{conflict.ResponseName}\" conflict because {this.ProcessReason(conflict)}" + ". Use different aliases on the fields to fetch both if this was " + "intentional."); }