public static Option <string> WhereNonWhiteSpace(this Option <string> option) => option.Where(_whereNonWhiteSpaceFunc);
public static Option <string> WhereNonEmpty(this Option <string> option) => option.Where(_whereNonEmptyFunc);