export interface ISsdpResponse { location?: string; server?: string; st?: string; usn?: string; headers?: Record; }