namespace LDClient.detection {
internal interface IProcessDetection {
public void RunPeriodicDetection();
}