Implement the method getValue of the InputStringReader class. It should read a String value from the console and construct Optional<String> object based on the value. If an input String equals empty, then create an empty Optional.
Use java.util.Scanner to read input data.