Beispiel #1
0
 private Task SendModelAsync(object model)
 {
     return(SendAsync(_parser.Serialize(model)));
 }