I want to create my own Monitoring Tool for an Service Bus Queue. To Delete an specific Message in the normal Queue and Deadletterqueue, I need to receive a Message by a Sequence Number. But I can't find a such Method in my Receiver Object. I see a Method to Peek Messages with a Sequence Number, but i can't Complete them and its also not possible on Deatletter Messages. Is there a such Method to get Messages by Sequence Number?