namespace ScreenConnect; public static class ActivityCommonFields { public const string Namespace = "namespace"; public const string Operation = "operation"; public const string ExceptionMessage = "exceptionMessage"; public const string Exception = "exception"; public const string DurationMillisecondCount = "durationMillisecondCount"; public const string ReturnValue = "returnValue"; public const string Message = "message"; }