static public bool TryParseDuration(this string item, out Duration value) { return(Duration.TryParse(item, out value)); }