public void SetData(string text, TypeRespone status) { Text = text; Status = status; }
public Response(string text, TypeRespone status) { Text = text; Status = status; }