public Timer(string id, ActionCompletionCallback completionCallback) { ID = id; _handleCompletionCallback = completionCallback; Reset(); }