public void OpenFileOnPosition(string file, long pos = 0)
 {
     Os.OpenFileOnPosition(file, pos);
 }