public Task <Result> AddBan(Ban ban, bool synchronizeWithServers)
 {
     return(_factorioServerManager.BanPlayer(ban, synchronizeWithServers));
 }