package org.apache.tuscany.nosqldatastore; public interface Database { Group createGroup(String groupId); Group getGroup(String groupId); void deleteGroup(String groupId); }