public void AllianceImageURLTest(int id, ImageServer.AllianceWidth width, string expected)
 {
     Assert.Equal(expected, ImageServer.AllianceImageURL(id, width));
 }