Converts input and returns the result of the conversion.
input
@override Depth? convert(XmlElement input) => Depth.fromName(input.innerText.trim().toLowerCase());