public SpreadbotResponseException( IAbstractResponse response ) : base("{0} failed, see field 'ResponseDetails'", response.GetType()) { ResponseDetails = "[Response]\n{0}".SafeFormat( response.ToYamlString() ); }
protected static void Ignore_Mws_Throttling( IAbstractResponse response ) { Ignore_Mws_Throttling( response, response.GetType().ToString() ); }