public async Task Handle(string filePath)
 {
     if (filter.Filter(filePath))
     {
         await tcpCommunicator.SendFile(filePath);
     }
 }