export interface IAuthenticationRequest { channelName: string; password: string; }