public long GetPlayerPosition() { //TODO : correct the error or at least catch the exception into the other classes try { return(_mp3Player.GetPosition()); } catch (NullReferenceException e) { log.Debug("Exception in presenter --> TODO correct error", e); throw e; } }