logger.Write<LabSpectrumFileReader>($"Retrieved only {spectrum.Elements.Count} elements while file lines num is {linesNum-1}",Serilog.Events.LogEventLevel.Warning);
/* if retrieved lines num if lower than expected, than warn about possible issue in file content */