createRepository
createRepository: CurriedFunction2<string, string, object> = R.curry((collectionName: string, url: string) => {entities = [];const db = url;fakeDbCollection.collectionName = collectionName;return {db,collectionName,getDbCollection,save,getById,getByIds,find,};})