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

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