Description
MetaStorageService.watch(keyFrom, KeyTo, revision, lsnr) describes keyFrom as "Start key of range (inclusive). Could be null." while SimpleInMemoryKeyValueStorage doesn't allow null value for keyForm.
Needs to allow meta storage take null value for keyFrom.