public CleaningUpAction(Card card, String text, CleaningUpMethod method) { _Card = card; _Text = text; _Method = method; }