/// <inheritdoc />
 public void Dispose()
 {
     Configurations?.Dispose();
     Environments?.Dispose();
     Structures?.Dispose();
 }