/// <summary> /// Asynchronously executes a POST request from an odata client or browser. /// </summary> /// <returns>Returns the execution result.</returns> public override async Task <bool> ExecuteAsync() { await ActionLogger.LogActionSuccess(Entity.Name, Entity.ResourceId, this, "HelloWorld executed successfully."); return(true); }