void ILogFile.Open() { var begin = _formatter.Begin(); if (begin != null) { Write(LocalTime.Default.Now, begin); } }