export interface Response { readonly Success: boolean; readonly Message: string; readonly Entity: T; }