export class Authentication { constructor(private UserName: string, private Password: String) {} }