export interface IRead { find(item: T): Promise; findOne(id: string): Promise; }