public void ConvertBackTest() { var target = new SizeFormatter(); var result = target.ConvertBack("Some string", null, null, null); }