/// <summary> /// Deletes the specified Post from the current provider. /// </summary> public static void DeletePost(Post post) { LoadProviders(); _provider.DeletePost(post); }