@Override
  public Optional<Shape> getShape(String shape) {
    if (Objects.isNull(shape)) {
      return Optional.empty();
    }