
export interface IInterceptor {

    getName(): string;

}
