import { ResponseContainerDTO } from "./Windream.WebService"; export interface IAuthenticationController { Logout(): ResponseContainerDTO; }