public void CreateQueue_does_the_right_thing()
 {
     var provider = new Blobby.QueueProvider();
     provider.CreateQueue("DaytonaFiveHundred");
 }