namespace ServiceStack { public static class ClientConfig { public static bool SkipEmptyArrays { get; set; } = false; } }