public SparkPostSender(SparkPostClient postClient) { PostClient = postClient; }
public SparkPostSender(SparkPostClient sparkPostClient, IOptions <SparkPostSenderOptions> sparkPostSenderOptions) { _sparkPostClient = sparkPostClient; _sparkPostSenderOptions = sparkPostSenderOptions.Value; }