Using Hangfire with snowflake in .NET 6

I need to integrate the hangfire with snowflake in .net 6. But i didn’t find any solution for snowflake.
For example, If sql, we use UseSqlServerStorage(connectionString, new SqlServerStorageOptions{…}));
Likewise how I implement to hangfire to interact with snowflake.
Kind provide any suggestion for this.