I have property that count requsts while program is running
private int requests; public int Requests { get { return requests; } set {