import Foundation

public class XyoInMemoryStorage: XyoStorageProvider {
    private var storageMap = [[UInt8] : [UInt8]]()