Implement FixDictionary
class
must implement method getValueForKey()
getValueForKey should take key argument as string and return value
getValueForKey should have possibility to return null value
must implement method putValueForKey()
putValueForKey should take key argument as string and value argument as int