export interface IAvatar {
   getData(): string;

   getType(): string;

   getHash(): string;
}
