void WriteLog(string text) { WriteLogFunction?.Invoke("StorageOnEdge Log: " + text); }
void WriteLog(string text) { WriteLogFunction?.Invoke("Aotunomouse Log: " + text); }
void WriteLog(string text) { WriteLogFunction?.Invoke("VisionAI Log: " + text); }