public static SearchParameterBuilder CreateForPrivateKey(string accountPrivateKey)
 {
     return(SearchParameterBuilder.CreateForPrivateKey(accountPrivateKey));
 }
 public static SearchParameterBuilder CreateForAddress(string accountAddress)
 {
     return(SearchParameterBuilder.CreateForAddress(accountAddress));
 }