public TableStorageMailClient(MailContext context) { if (context == null) { throw new ArgumentNullException("context"); } this.context = context; }