//TODO: remove after DI install public UserRepository() { _context = new TelecommunicationNetworkSimulatorContext(); }
//TODO: for DI public UserRepository(TelecommunicationNetworkSimulatorContext context) { _context = context ?? throw new ArgumentNullException(nameof(context)); }