Inheritance: Microsoft.WindowsAzure.StorageClient.TableServiceContext, IRequiresInitialization
        public TableStorageMailClient(MailContext context)
        {
            if (context == null)
            {
                throw new ArgumentNullException("context");
            }

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

            this.context = context;
        }