using System; using Xunit; namespace Common.Library.Tests { public class ImageHandlingTests { [Fact] public void ImageConversionTest() { } } }