<PackageReference Include="System.Data.SqlClient" Version="4.9.0" />

System.Data.Sql.SqlNotificationRequest

public sealed class SqlNotificationRequest
namespace System.Data.Sql { public sealed class SqlNotificationRequest { public string Options { get; set; } public int Timeout { get; set; } public string UserData { get; set; } public SqlNotificationRequest(); public SqlNotificationRequest(string userData, string options, int timeout); } }