namespace Tello_Drone { public interface IUdpClientWrapperFactory { IUdpClientWrapper Create(); } }