/// <summary> /// Tries to create the queue. /// </summary> /// <returns></returns> public QueueCreationResult CreateQueue() { using (_createQueueTimer.NewContext()) { return(_handler.CreateQueue()); } }