## Problem Statement - At the moment, connections and notifications are stored with `requestCount` and `notifications` being returned with every function. - This can be better implemented by using classes, and storing these as class variables.
Problem Statement
requestCountandnotificationsbeing returned with every function.