# Functions
IsKeyValid checks whether the key is valid: <path><keysuffix> where the keysuffix is a string without '/'.
IsPathValid checks whether the path is valid: it should start and end on '/'.
TestSimpleStorage a bunch of tests run against a kvs instance.
# Interfaces
Storage interface provides access to the Key-Value Simple service.