public static async Task <Child> NewChildAsync(IChildDataPortal <Child> childDataPortal) { return(await childDataPortal.CreateChildAsync()); }