I would like to get an instance of a static class, but I can’t seem to do this without implementing a singleton wrapper on a non-static class– is this possible, or am I miss
From your comments I assume your solution would be:
Make your class non-static. (Just keep the methods static.)