public void FactionImageURLTest(int id, ImageServer.FactionWidth width, string expected)
 {
     Assert.Equal(expected, ImageServer.FactionImageURL(id, width));
 }