public ConnectionsRepository(IPgSqlRepository <Connection> repository) { _repository = repository; }
public PlatformsRepository(IPgSqlRepository <Platform> repository) { _repository = repository; }