/// <inheritdoc/> public bool Supports(Type type) { return(Subclasser.Supports(type)); }
/// <inheritdoc/> public bool Supports <T>() { return(Subclasser.Supports <T>()); }