public async Task <bool> ChildStoreExistsAsync(string childName)
 {
     return(await m_inner.ChildStoreExistsAsync(childName));
 }