How can I implement singleton per application? I woulde like to store single instance of class in memory and use (change) it in all requests in thread-safe mode.