internal string GetFullName() { return(String.Format("SafeTimer: {0}. ", callbackFunc != null ? callbackFunc.GetType().FullName : "")); }