public static function create($_)
    {
        if (func_num_args() < 1) {
            return static::createFromArray([]);
        }