List<String> get recipients => _recipients;
set recipients(List<String> value) { _recipients = value; }