Do you name your events properly?
Loading last updated info...
Events should end in "ing" or "ed".
public event Action< connectioninformation > ConnectionProblem;
❌ Figure: Bad example
public event Action< connectioninformation > ConnectionProblemDetected;
✅ Figure: Good example