public void LogCustom4Format()
        {
            var format = new LogCustom4Format();

            format.ForegroundColor.Should().Be(ToMediaColor(_settings.CustomTextColor4));
            format.BackgroundOpacity.Should().Be(0);
        }
 public void LogCustom4Format()
 {
     var format = new LogCustom4Format();
     format.ForegroundColor.Should().Be(ToMediaColor(_settings.CustomTextColor4));
     format.BackgroundOpacity.Should().Be(0);
 }