public Dictionary <string, string> CreatePing([FromBody] PingRequest request)
 {
     return(_pingService.CreatePing(request));
 }