/// <inheritdoc/>
 public bool CanConvert(Type type)
 {
     return(_converters.Any(_ => _.CanConvert(type)));
 }